home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / ZIPED / WAVBRO32.EXE / WAVBROWZ.EXE / 0 / RCDATA / TFRMHELPFORM / TFRMHELPFORM.txt
Text File  |  1997-03-30  |  4KB  |  161 lines

  1. object frmHelpForm: TfrmHelpForm
  2.   Left = 279
  3.   Top = 264
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WAV Browser Help'
  7.   ClientHeight = 346
  8.   ClientWidth = 427
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object RzPanel1: TRzPanel
  18.     Left = 0
  19.     Top = 297
  20.     Width = 427
  21.     Height = 49
  22.     BevelSides = [sdTop]
  23.     BorderSides = []
  24.     Align = alBottom
  25.     BevelInner = bvLowered
  26.     TabOrder = 0
  27.     object BitBtn1: TBitBtn
  28.       Left = 169
  29.       Top = 8
  30.       Width = 89
  31.       Height = 33
  32.       TabOrder = 0
  33.       Kind = bkOK
  34.     end
  35.   end
  36.   object RzPanel2: TRzPanel
  37.     Left = 0
  38.     Top = 0
  39.     Width = 427
  40.     Height = 297
  41.     BorderSides = []
  42.     Align = alClient
  43.     BevelInner = bvLowered
  44.     BevelOuter = bvNone
  45.     BorderWidth = 4
  46.     TabOrder = 1
  47.     object RzPanel3: TRzPanel
  48.       Left = 5
  49.       Top = 5
  50.       Width = 417
  51.       Height = 287
  52.       BorderSides = []
  53.       Align = alClient
  54.       BevelOuter = bvNone
  55.       Color = clWhite
  56.       TabOrder = 0
  57.       object Label1: TLabel
  58.         Left = 16
  59.         Top = 16
  60.         Width = 385
  61.         Height = 17
  62.         AutoSize = False
  63.         Caption = '* Click on WAV file in the listbox to play the file once.'
  64.       end
  65.       object Label2: TLabel
  66.         Left = 16
  67.         Top = 40
  68.         Width = 385
  69.         Height = 16
  70.         AutoSize = False
  71.         Caption = '* Right click on a WAV file to play it continuously.'
  72.       end
  73.       object Label3: TLabel
  74.         Left = 16
  75.         Top = 64
  76.         Width = 377
  77.         Height = 16
  78.         AutoSize = False
  79.         Caption = '* Double click on a WAV file to activate the editor.'
  80.       end
  81.       object Label4: TLabel
  82.         Left = 16
  83.         Top = 88
  84.         Width = 377
  85.         Height = 16
  86.         AutoSize = False
  87.         Caption = 
  88.           '* Specify an editor by selecting "File|Options..." from the menu' +
  89.           '.'
  90.       end
  91.       object Label5: TLabel
  92.         Left = 16
  93.         Top = 184
  94.         Width = 385
  95.         Height = 16
  96.         AutoSize = False
  97.         Caption = '* Everything else is self-explanatory! :-)'
  98.       end
  99.       object RzLabel1: TRzLabel
  100.         Left = 148
  101.         Top = 216
  102.         Width = 121
  103.         Height = 24
  104.         Alignment = taCenter
  105.         AutoSize = False
  106.         Caption = 'Enjoy!'
  107.         Font.Color = clBlack
  108.         Font.Height = -19
  109.         Font.Name = 'Arial'
  110.         Font.Style = []
  111.         ParentFont = False
  112.         TextStyle = tsShadow
  113.       end
  114.       object Label6: TLabel
  115.         Left = 72
  116.         Top = 240
  117.         Width = 273
  118.         Height = 16
  119.         Alignment = taCenter
  120.         AutoSize = False
  121.         Caption = 'Dan Gilbert - Email: dgpc001@cyberia.com'
  122.       end
  123.       object Label7: TLabel
  124.         Left = 28
  125.         Top = 256
  126.         Width = 361
  127.         Height = 16
  128.         Alignment = taCenter
  129.         AutoSize = False
  130.         Caption = 'Updates available at www.interlink-2000.com/dgpc001'
  131.       end
  132.       object Label8: TLabel
  133.         Left = 16
  134.         Top = 112
  135.         Width = 297
  136.         Height = 16
  137.         AutoSize = False
  138.         Caption = '* Press [Esc] to cancel playing a WAV file.'
  139.       end
  140.       object Label9: TLabel
  141.         Left = 16
  142.         Top = 160
  143.         Width = 321
  144.         Height = 16
  145.         AutoSize = False
  146.         Caption = '* Shift-click to add a WAV file to the current playlist.'
  147.       end
  148.       object Label10: TLabel
  149.         Left = 16
  150.         Top = 136
  151.         Width = 385
  152.         Height = 16
  153.         AutoSize = False
  154.         Caption = 
  155.           '* Clicking the progress indicator will cancel playing a WAV file' +
  156.           '.'
  157.       end
  158.     end
  159.   end
  160. end
  161.